projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdabea3
)
GtkStack: Remove useless function calls
author
Timm Bäder
<mail@baedert.org>
Sun, 24 May 2015 18:58:01 +0000
(20:58 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 29 May 2015 15:37:04 +0000
(17:37 +0200)
These both just use the default values anyway.
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index 49a9a7cff05c590ca5b917bc824646312f81551c..76b5e198ad23837ca59f35230e54e4695ace5659 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-204,8
+204,6
@@
G_DEFINE_TYPE_WITH_PRIVATE (GtkStack, gtk_stack, GTK_TYPE_CONTAINER)
static void
gtk_stack_init (GtkStack *stack)
{
- gtk_widget_set_has_window ((GtkWidget*) stack, TRUE);
- gtk_widget_set_redraw_on_allocate ((GtkWidget*) stack, TRUE);
}
static void